Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support startpage.com #19

Merged
merged 2 commits into from
Nov 2, 2019
Merged

Conversation

DanSnow
Copy link
Contributor

@DanSnow DanSnow commented Oct 11, 2019

Hi, thanks for the great work on this extensions.

I have added the supporting for startpage.com.

Copy link
Owner

@iorate iorate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change requires an additional permission, https://www.startpage.com.
If a new version of Chrome extension requires an additional permission, Chrome will disable extensions of existing users until they manually re-enable their extensions.
This is a proper behavior for security reasons, but not acceptable to this extension, with a certain number of existing users.
New permissions should not be required by default.

If you really want to add support for startpage.com, you should request a permission for https://startpage.com by chrome.permission.request only when a user explicitly enables support for startpage.com in the options page.

@@ -248,6 +248,9 @@ const manifest = {
'https://www.google.co.zm/search?*',
'https://www.google.co.zw/search?*',
'https://www.google.cat/search?*',
'https://www.startpage.com/do/search*',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines implicitly require a permission for https://www.startpage.com.

@DanSnow
Copy link
Contributor Author

DanSnow commented Oct 19, 2019

Thanks for reviewing. I have changed it to optional feature.

@iorate iorate merged commit 5482420 into iorate:master Nov 2, 2019
@iorate
Copy link
Owner

iorate commented Nov 5, 2019

I'm sorry to be late.
I've merged this pull request and published it as v3.2.0.
Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants